/*############index主体CSS###############*/


/* 轮播广告 */

.carousel {
	margin-bottom: 40px;
}

.carousel .item {
	background-color: #000;
}

.carousel .nav-point {
	bottom: -5px;
}

.carousel .nav-title {
	left: 20px;
	width: 90%;
	font-size: 16px;
	bottom: 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.carousel .item img {
	width: 100%;
	height: 275px;
}

.carousel-caption {
	z-index: 10;
}

.carousel-caption p {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.8;
}


/*栏目*/

.part1 {
	font-size: 22px;
}

.part1 a {
	text-decoration: none;
	color: #666;
}

.en {
	color: #828282;
	font-size: 15px;
}

.line1 {
	height: 3px;
	background: #d0d0d0;
	width: 100%;
	margin-bottom: 8px;
}

.line2 {
	height: 3px;
	width: 94px;
}

.text1 {
	text-align: justify;
	font-size: 13px;
	line-height: 25px;
	color: #505050;
	margin-top: 5px;
}

.more-btn {
	float: right;
	margin-top: 7px;
	color: #828282;
	font-size: 11px;
}

.list-new li {
	border-bottom: 1px dashed #eae7e7;
	line-height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.list-new a {
	flex: 1;
	overflow: hidden;
	margin-right: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	color: #666;
	font-size: 13px;
}

.list-new a:hover {
	color: #d30a1c;
}

.list-new span {
	float: right;
}

.list-new .public-detail {
	float: right;
	color: #d30a1c;
}

.list-new_2 li a {
	flex: auto;
}

.list-new_2 li a:last-of-type {
	width: 80px;
}

.img_height img {
	height: 240px;
	width: 100%;
}

.row-2 {
	margin-top: 35px;
	margin-bottom: 35px;
}

.procurement-li {
	line-height: 35px;
}

.procurement-li a {
	display: block;
	text-decoration: none;
	color: #666;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.procurement-li a:hover {
	color: #d30a1c;
}

.platform {
	width: 100%;
	height: 45px;
	background: #eae7e7;
	color: #fff;
	text-align: center;
	font-size: 17px;
	line-height: 42px;
}

.platform a {
	text-decoration: none;
	color: #666;
}

.youq-li li {
	margin: 0px 5px;
}

.pro-images {
	background-color: #f6f6f6;
}

.thumbnail {
	margin-bottom: 0px;
}

.col-pro {
	background-color: #f6f6f6;
	padding-top: 15px;
}


/* add */

.img_box img {
	height: 190px;
	width: 100%;
}


/*====*/

.title {
	position: relative;
	width: 100%;
}

.title>p {
	font-size: 26px;
	font-family: 思源黑体;
	text-align: center;
	padding-top: 30px;
}

.content {
	width: 1000px;
	margin: 30px auto;
}

.content>p {
	font-family: 思源宋体;
	font-size: 16px;
	text-indent: 2em;
	line-height: 30px;
}

.content>p>span {
	color: #ff3637;
}

.content>span {
	font-family: 思源黑体;
	font-size: 20px;
	font-weight: bolder;
	text-align: center;
	color: #000000;
}

.content>img {
	display: block;
	margin: 20px auto;
}

#list {
	width: 990px;
	margin: 0 auto;
}

#list_left{
	width: 1170px;
	border: 1px #c9c9c9 solid;
	margin:30px auto;
}

#list_right {
	float: right;
	width: 265px;
}

#list_title,
#related_web_title {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #069;
	background-color: #f7f7f7;
	padding-left: 12px;
}

#list_main {
	padding: 10px 30px;
	box-sizing: border-box;
}

.slist {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px dotted #ccc;
}

.slist .info {
	float: left;
	width: 100%;
}

.slist h2 {
	margin-top: 2px;
	font-size: 14px;
}

.slist h2 a:link,
.slist h2 a:visited {
	color: #333;
	text-decoration: none;
	font-family: arial;
}

.slist h2 a:hover {
	color: #c00;
	text-decoration: underline;
}

.slist p {
	line-height: 150%;
	color: #555;
	margin-top: 10px;
}

.slist p span {
	color: #333;
	padding-left: 5px;
}

.slist p span a:link,
.slist p span a:visited {
	color: #333;
	text-decoration: none;
}

.slist p span a:hover {
	color: #e60012;
	text-decoration: underline;
}